Html Css Color HEX #CBED90 Reef

📋 copy color: '#CBED90'

red 203 ◦ green 237 ◦ blue 144

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

Shades of Reef #CBED90

Tints of Reef #CBED90

RGB

 RED value IS 203 (79.69% from 255) = 34.76%

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

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

R = 34.76%
G = 40.58%
B = 24.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#CBED90 (or 0xCBED90) is known color: Reef. HEX triplet: CB, ED and 90. RGB value is (203,237,144). Sum of RGB (Red+Green+Blue) = 203+237+144=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBED90 is #34126F. Grayscale: #D8D8D8. Windows color (decimal): -3412592 or 9498059. OLE color: 9498059.

HSL color Cylindrical-coordinate representation of color #CBED90: hue angle of 81.94º 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 #CBED90 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 144 -
CMYK 0.14 0 0.39 0.07
HSL 81.94º 0.72% 0.75% -
HSV(B) 81.94º 0.39% 0.93% -
XYZ 59.95 75.28 37.76 -
YUV 216.23 87.24 118.56 -
System Red Green Blue C M Y K H S L
Decimal 203 237 144 0.14 0 0.39 0.07 81.94 0.72 0.75
Hex CB ED 90 E 0 27 7 52 48 4B
Octal 313 355 220 16 0 47 7 122 110 113
Binary 11001011 11101101 10010000 1110 0 100111 111 1010010 1001000 1001011

Color Harmonies of #CBED90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED90

Black with #CBED90

Text Example


Text Example

White with #CBED90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED90; }

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

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

background-color css

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

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

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

border-color css

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

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

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