Html Css Color HEX #CBF090 Reef

📋 copy color: '#CBF090'

red 203 ◦ green 240 ◦ blue 144

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

Shades of Reef #CBF090

Tints of Reef #CBF090

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.89%

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

R = 34.58%
G = 40.89%
B = 24.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#CBF090 (or 0xCBF090) is known color: Reef. HEX triplet: CB, F0 and 90. RGB value is (203,240,144). Sum of RGB (Red+Green+Blue) = 203+240+144=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF090 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF090 is #340F6F. Grayscale: #DADADA. Windows color (decimal): -3411824 or 9498827. OLE color: 9498827.

HSL color Cylindrical-coordinate representation of color #CBF090: hue angle of 83.13º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBF090 is Cyan = 0.15, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 144 -
CMYK 0.15 0 0.4 0.06
HSL 83.13º 0.76% 0.75% -
HSV(B) 83.13º 0.4% 0.94% -
XYZ 60.82 77.03 38.05 -
YUV 217.99 86.24 117.31 -
System Red Green Blue C M Y K H S L
Decimal 203 240 144 0.15 0 0.4 0.06 83.13 0.76 0.75
Hex CB F0 90 F 0 28 6 53 4C 4B
Octal 313 360 220 17 0 50 6 123 114 113
Binary 11001011 11110000 10010000 1111 0 101000 110 1010011 1001100 1001011

Color Harmonies of #CBF090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF090

Black with #CBF090

Text Example


Text Example

White with #CBF090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF090; }

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

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

background-color css

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

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

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

border-color css

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

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

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