Html Css Color HEX #CFED90 Reef

📋 copy color: '#CFED90'

red 207 ◦ green 237 ◦ blue 144

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

Shades of Reef #CFED90

Tints of Reef #CFED90

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.31%

 BLUE value IS 144 (56.64% from 255) = 24.49%

R = 35.2%
G = 40.31%
B = 24.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#CFED90 (or 0xCFED90) is known color: Reef. HEX triplet: CF, ED and 90. RGB value is (207,237,144). Sum of RGB (Red+Green+Blue) = 207+237+144=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED90 is #30126F. Grayscale: #D9D9D9. Windows color (decimal): -3150448 or 9498063. OLE color: 9498063.

HSL color Cylindrical-coordinate representation of color #CFED90: hue angle of 79.35º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFED90 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 237 144 -
CMYK 0.13 0 0.39 0.07
HSL 79.35º 0.72% 0.75% -
HSV(B) 79.35º 0.39% 0.93% -
XYZ 61.05 75.85 37.81 -
YUV 217.43 86.56 120.56 -
System Red Green Blue C M Y K H S L
Decimal 207 237 144 0.13 0 0.39 0.07 79.35 0.72 0.75
Hex CF ED 90 D 0 27 7 4F 48 4B
Octal 317 355 220 15 0 47 7 117 110 113
Binary 11001111 11101101 10010000 1101 0 100111 111 1001111 1001000 1001011

Color Harmonies of #CFED90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED90

Black with #CFED90

Text Example


Text Example

White with #CFED90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED90; }

 p { color: rgb(207,237,144); }

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

background-color css

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

 a { background-color: rgb(207,237,144); }

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

border-color css

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

 span { border-color: rgb(207,237,144); }

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