Html Css Color HEX #CFF64D Pear

📋 copy color: '#CFF64D'

red 207 ◦ green 246 ◦ blue 77

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

Shades of Pear #CFF64D

Tints of Pear #CFF64D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.42%

 BLUE value IS 77 (30.47% from 255) = 14.53%

R = 39.06%
G = 46.42%
B = 14.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#CFF64D (or 0xCFF64D) is known color: Pear. HEX triplet: CF, F6 and 4D. RGB value is (207,246,77). Sum of RGB (Red+Green+Blue) = 207+246+77=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF64D is #3009B2. Grayscale: #D7D7D7. Windows color (decimal): -3148211 or 5109455. OLE color: 5109455.

HSL color Cylindrical-coordinate representation of color #CFF64D: hue angle of 73.85º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFF64D is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 246 77 -
CMYK 0.16 0 0.69 0.04
HSL 73.85º 0.9% 0.63% -
HSV(B) 73.85º 0.69% 0.96% -
XYZ 60.03 79.71 19.24 -
YUV 215.07 50.08 122.24 -
System Red Green Blue C M Y K H S L
Decimal 207 246 77 0.16 0 0.69 0.04 73.85 0.9 0.63
Hex CF F6 4D 10 0 45 4 4A 5A 3F
Octal 317 366 115 20 0 105 4 112 132 77
Binary 11001111 11110110 1001101 10000 0 1000101 100 1001010 1011010 111111

Color Harmonies of #CFF64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF64D

Black with #CFF64D

Text Example


Text Example

White with #CFF64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF64D; }

 p { color: rgb(207,246,77); }

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

background-color css

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

 a { background-color: rgb(207,246,77); }

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

border-color css

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

 span { border-color: rgb(207,246,77); }

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