Html Css Color HEX #CFEC9B Reef

📋 copy color: '#CFEC9B'

red 207 ◦ green 236 ◦ blue 155

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

Shades of Reef #CFEC9B

Tints of Reef #CFEC9B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.46%

 BLUE value IS 155 (60.94% from 255) = 25.92%

R = 34.62%
G = 39.46%
B = 25.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#CFEC9B (or 0xCFEC9B) is known color: Reef. HEX triplet: CF, EC and 9B. RGB value is (207,236,155). Sum of RGB (Red+Green+Blue) = 207+236+155=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEC9B is #301364. Grayscale: #DADADA. Windows color (decimal): -3150693 or 10218703. OLE color: 10218703.

HSL color Cylindrical-coordinate representation of color #CFEC9B: hue angle of 81.48º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFEC9B is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 236 155 -
CMYK 0.12 0 0.34 0.07
HSL 81.48º 0.68% 0.77% -
HSV(B) 81.48º 0.34% 0.93% -
XYZ 61.64 75.62 42.36 -
YUV 218.1 92.39 120.09 -
System Red Green Blue C M Y K H S L
Decimal 207 236 155 0.12 0 0.34 0.07 81.48 0.68 0.77
Hex CF EC 9B C 0 22 7 51 44 4D
Octal 317 354 233 14 0 42 7 121 104 115
Binary 11001111 11101100 10011011 1100 0 100010 111 1010001 1000100 1001101

Color Harmonies of #CFEC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEC9B

Black with #CFEC9B

Text Example


Text Example

White with #CFEC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEC9B; }

 p { color: rgb(207,236,155); }

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

background-color css

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

 a { background-color: rgb(207,236,155); }

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

border-color css

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

 span { border-color: rgb(207,236,155); }

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