Html Css Color HEX #CFF828 Pear

📋 copy color: '#CFF828'

red 207 ◦ green 248 ◦ blue 40

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

Shades of Pear #CFF828

Tints of Pear #CFF828

RGB

 RED value IS 207 (81.25% from 255) = 41.82%

 GREEN value IS 248 (97.27% from 255) = 50.1%

 BLUE value IS 40 (16.02% from 255) = 8.08%

R = 41.82%
G = 50.1%
B = 8.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#CFF828 (or 0xCFF828) is known color: Pear. HEX triplet: CF, F8 and 28. RGB value is (207,248,40). Sum of RGB (Red+Green+Blue) = 207+248+40=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 40 (16.02% from 255 or 8.08% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF828 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF828 is #3007D7. Grayscale: #D4D4D4. Windows color (decimal): -3147736 or 2685135. OLE color: 2685135.

HSL color Cylindrical-coordinate representation of color #CFF828: hue angle of 71.83º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFF828 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 248 40 -
CMYK 0.17 0 0.84 0.03
HSL 71.83º 0.94% 0.56% -
HSV(B) 71.83º 0.84% 0.97% -
XYZ 59.68 80.55 14.41 -
YUV 212.03 30.92 124.41 -
System Red Green Blue C M Y K H S L
Decimal 207 248 40 0.17 0 0.84 0.03 71.83 0.94 0.56
Hex CF F8 28 11 0 54 3 48 5E 38
Octal 317 370 50 21 0 124 3 110 136 70
Binary 11001111 11111000 101000 10001 0 1010100 11 1001000 1011110 111000

Color Harmonies of #CFF828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF828

Black with #CFF828

Text Example


Text Example

White with #CFF828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF828; }

 p { color: rgb(207,248,40); }

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

background-color css

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

 a { background-color: rgb(207,248,40); }

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

border-color css

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

 span { border-color: rgb(207,248,40); }

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