Html Css Color HEX #CEFD25 Pear

📋 copy color: '#CEFD25'

red 206 ◦ green 253 ◦ blue 37

#CEFD25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CEFD25

Tints of Pear #CEFD25

RGB

 RED value IS 206 (80.86% from 255) = 41.53%

 GREEN value IS 253 (99.22% from 255) = 51.01%

 BLUE value IS 37 (14.84% from 255) = 7.46%

R = 41.53%
G = 51.01%
B = 7.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEFD25 (or 0xCEFD25) is known color: Pear. HEX triplet: CE, FD and 25. RGB value is (206,253,37). Sum of RGB (Red+Green+Blue) = 206+253+37=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 37 (14.84% from 255 or 7.46% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD25 is #3102DA. Grayscale: #D7D7D7. Windows color (decimal): -3211995 or 2489806. OLE color: 2489806.

HSL color Cylindrical-coordinate representation of color #CEFD25: hue angle of 73.06º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEFD25 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 253 37 -
CMYK 0.19 0 0.85 0.01
HSL 73.06º 0.98% 0.57% -
HSV(B) 73.06º 0.85% 0.99% -
XYZ 60.91 83.51 14.66 -
YUV 214.32 27.93 122.06 -
System Red Green Blue C M Y K H S L
Decimal 206 253 37 0.19 0 0.85 0.01 73.06 0.98 0.57
Hex CE FD 25 13 0 55 1 49 62 39
Octal 316 375 45 23 0 125 1 111 142 71
Binary 11001110 11111101 100101 10011 0 1010101 1 1001001 1100010 111001

Color Harmonies of #CEFD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD25

Black with #CEFD25

Text Example


Text Example

White with #CEFD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD25; }

 p { color: rgb(206,253,37); }

 H1.HeaderClassName
 {
   color: #CEFD25;
 }
 .AnyTagClassName
 {
   color: #CEFD25;
 }
</style>

background-color css

<style>
 a { background-color: #CEFD25; }

 a { background-color: rgb(206,253,37); }

 div.DivClassName
 {
   background-color: #CEFD25;
 }
 .BgClassName
 {
   background-color: #CEFD25;
 }
</style>

border-color css

<style>
 span { border-color: #CEFD25; }

 span { border-color: rgb(206,253,37); }

 td.TdClassName
 {
   border-color: #CEFD25;
 }
 .TagClassName
 {
   border-color: #CEFD25;
 }
</style>