Html Css Color HEX #CEFF25 Pear

📋 copy color: '#CEFF25'

red 206 ◦ green 255 ◦ blue 37

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

Shades of Pear #CEFF25

Tints of Pear #CEFF25

RGB

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

 GREEN value IS 255 (100% from 255) = 51.2%

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

R = 41.37%
G = 51.2%
B = 7.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#CEFF25 (or 0xCEFF25) is known color: Pear. HEX triplet: CE, FF and 25. RGB value is (206,255,37). Sum of RGB (Red+Green+Blue) = 206+255+37=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 37 (14.84% from 255 or 7.43% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF25 is #3100DA. Grayscale: #D8D8D8. Windows color (decimal): -3211483 or 2490318. OLE color: 2490318.

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

Color convert

RGB 206 255 37 -
CMYK 0.19 0 0.85 0
HSL 73.49º 1% 0.57% -
HSV(B) 73.49º 0.85% 1% -
XYZ 61.55 84.78 14.87 -
YUV 215.5 27.27 121.23 -
System Red Green Blue C M Y K H S L
Decimal 206 255 37 0.19 0 0.85 0 73.49 1 0.57
Hex CE FF 25 13 0 55 0 49 64 39
Octal 316 377 45 23 0 125 0 111 144 71
Binary 11001110 11111111 100101 10011 0 1010101 0 1001001 1100100 111001

Color Harmonies of #CEFF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFF25

Black with #CEFF25

Text Example


Text Example

White with #CEFF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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