Html Css Color HEX #CEFE25 Pear

📋 copy color: '#CEFE25'

red 206 ◦ green 254 ◦ blue 37

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

Shades of Pear #CEFE25

Tints of Pear #CEFE25

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.11%

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

R = 41.45%
G = 51.11%
B = 7.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#CEFE25 (or 0xCEFE25) is known color: Pear. HEX triplet: CE, FE and 25. RGB value is (206,254,37). Sum of RGB (Red+Green+Blue) = 206+254+37=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 37 (14.84% from 255 or 7.44% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE25 is #3101DA. Grayscale: #D7D7D7. Windows color (decimal): -3211739 or 2490062. OLE color: 2490062.

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

Color convert

RGB 206 254 37 -
CMYK 0.19 0 0.85 0.00
HSL 73.27º 0.99% 0.57% -
HSV(B) 73.27º 0.85% 1% -
XYZ 61.23 84.14 14.76 -
YUV 214.91 27.6 121.64 -
System Red Green Blue C M Y K H S L
Decimal 206 254 37 0.19 0 0.85 0.00 73.27 0.99 0.57
Hex CE FE 25 13 0 55 0 49 63 39
Octal 316 376 45 23 0 125 0 111 143 71
Binary 11001110 11111110 100101 10011 0 1010101 0 1001001 1100011 111001

Color Harmonies of #CEFE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFE25

Black with #CEFE25

Text Example


Text Example

White with #CEFE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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