Html Css Color HEX #CFE994 Reef

📋 copy color: '#CFE994'

red 207 ◦ green 233 ◦ blue 148

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

Shades of Reef #CFE994

Tints of Reef #CFE994

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.63%

 BLUE value IS 148 (58.2% from 255) = 25.17%

R = 35.2%
G = 39.63%
B = 25.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#CFE994 (or 0xCFE994) is known color: Reef. HEX triplet: CF, E9 and 94. RGB value is (207,233,148). Sum of RGB (Red+Green+Blue) = 207+233+148=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE994 is #30166B. Grayscale: #D7D7D7. Windows color (decimal): -3151468 or 9759183. OLE color: 9759183.

HSL color Cylindrical-coordinate representation of color #CFE994: hue angle of 78.35º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFE994 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 148 -
CMYK 0.11 0 0.36 0.09
HSL 78.35º 0.66% 0.75% -
HSV(B) 78.35º 0.36% 0.91% -
XYZ 60.22 73.68 39.07 -
YUV 215.54 89.89 121.91 -
System Red Green Blue C M Y K H S L
Decimal 207 233 148 0.11 0 0.36 0.09 78.35 0.66 0.75
Hex CF E9 94 B 0 24 9 4E 42 4B
Octal 317 351 224 13 0 44 11 116 102 113
Binary 11001111 11101001 10010100 1011 0 100100 1001 1001110 1000010 1001011

Color Harmonies of #CFE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE994

Black with #CFE994

Text Example


Text Example

White with #CFE994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE994; }

 p { color: rgb(207,233,148); }

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

background-color css

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

 a { background-color: rgb(207,233,148); }

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

border-color css

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

 span { border-color: rgb(207,233,148); }

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