Html Css Color HEX #CBF990 Reef

📋 copy color: '#CBF990'

red 203 ◦ green 249 ◦ blue 144

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

Shades of Reef #CBF990

Tints of Reef #CBF990

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.78%

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

R = 34.06%
G = 41.78%
B = 24.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#CBF990 (or 0xCBF990) is known color: Reef. HEX triplet: CB, F9 and 90. RGB value is (203,249,144). Sum of RGB (Red+Green+Blue) = 203+249+144=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF990 is #34066F. Grayscale: #DFDFDF. Windows color (decimal): -3409520 or 9501131. OLE color: 9501131.

HSL color Cylindrical-coordinate representation of color #CBF990: hue angle of 86.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBF990 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 144 -
CMYK 0.18 0 0.42 0.02
HSL 86.29º 0.9% 0.77% -
HSV(B) 86.29º 0.42% 0.98% -
XYZ 63.54 82.46 38.95 -
YUV 223.28 83.26 113.54 -
System Red Green Blue C M Y K H S L
Decimal 203 249 144 0.18 0 0.42 0.02 86.29 0.9 0.77
Hex CB F9 90 12 0 2A 2 56 5A 4D
Octal 313 371 220 22 0 52 2 126 132 115
Binary 11001011 11111001 10010000 10010 0 101010 10 1010110 1011010 1001101

Color Harmonies of #CBF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF990

Black with #CBF990

Text Example


Text Example

White with #CBF990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF990; }

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

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

background-color css

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

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

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

border-color css

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

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

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