Html Css Color HEX #CFE691 Reef

📋 copy color: '#CFE691'

red 207 ◦ green 230 ◦ blue 145

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

Shades of Reef #CFE691

Tints of Reef #CFE691

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.52%

 BLUE value IS 145 (57.03% from 255) = 24.91%

R = 35.57%
G = 39.52%
B = 24.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#CFE691 (or 0xCFE691) is known color: Reef. HEX triplet: CF, E6 and 91. RGB value is (207,230,145). Sum of RGB (Red+Green+Blue) = 207+230+145=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE691 is #30196E. Grayscale: #D5D5D5. Windows color (decimal): -3152239 or 9561807. OLE color: 9561807.

HSL color Cylindrical-coordinate representation of color #CFE691: hue angle of 76.24º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFE691 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 145 -
CMYK 0.10 0 0.37 0.10
HSL 76.24º 0.63% 0.74% -
HSV(B) 76.24º 0.37% 0.9% -
XYZ 59.14 71.9 37.55 -
YUV 213.43 89.38 123.41 -
System Red Green Blue C M Y K H S L
Decimal 207 230 145 0.10 0 0.37 0.10 76.24 0.63 0.74
Hex CF E6 91 A 0 25 A 4C 3F 4A
Octal 317 346 221 12 0 45 12 114 77 112
Binary 11001111 11100110 10010001 1010 0 100101 1010 1001100 111111 1001010

Color Harmonies of #CFE691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE691

Black with #CFE691

Text Example


Text Example

White with #CFE691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE691; }

 p { color: rgb(207,230,145); }

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

background-color css

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

 a { background-color: rgb(207,230,145); }

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

border-color css

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

 span { border-color: rgb(207,230,145); }

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