Html Css Color HEX #CFE694 Reef

📋 copy color: '#CFE694'

red 207 ◦ green 230 ◦ blue 148

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

Shades of Reef #CFE694

Tints of Reef #CFE694

RGB

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

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

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

R = 35.38%
G = 39.32%
B = 25.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#CFE694 (or 0xCFE694) is known color: Reef. HEX triplet: CF, E6 and 94. RGB value is (207,230,148). Sum of RGB (Red+Green+Blue) = 207+230+148=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE694 is #30196B. Grayscale: #D6D6D6. Windows color (decimal): -3152236 or 9758415. OLE color: 9758415.

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

Color convert

RGB 207 230 148 -
CMYK 0.10 0 0.36 0.10
HSL 76.83º 0.62% 0.74% -
HSV(B) 76.83º 0.36% 0.9% -
XYZ 59.37 72 38.78 -
YUV 213.78 90.88 123.17 -
System Red Green Blue C M Y K H S L
Decimal 207 230 148 0.10 0 0.36 0.10 76.83 0.62 0.74
Hex CF E6 94 A 0 24 A 4D 3E 4A
Octal 317 346 224 12 0 44 12 115 76 112
Binary 11001111 11100110 10010100 1010 0 100100 1010 1001101 111110 1001010

Color Harmonies of #CFE694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE694

Black with #CFE694

Text Example


Text Example

White with #CFE694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE694; }

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

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

background-color css

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

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

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

border-color css

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

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

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